body {
  position: relative;
}
.head-advertisement img {
  display: block;
  width: 100%;
}
header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 999;
  background: #fff;
  box-shadow: 0.07px 4px 6.79px 0.12px rgba(217, 231, 248, 0.34);
}
header #header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 1280px;
  margin: auto;
}
header #header .tip {
  font-size: 12px;
  color: #ffffff;
  width: 34px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  background: #d93026;
  border-radius: 0px 4px 4px 4px;
  margin-left: 6px;
}
header #header .nav-title-tip {
  font-size: 10px;
  padding: 0 4px;
  height: 16px;
  line-height: 16px;
  color: #fff;
  background-color: #d93026;
  border-radius: 4px 4px 4px 0px;
  position: absolute;
  right: -24px;
  top: 12px;
}
header #header .nav-title-new-tip {
  font-size: 10px;
  padding: 0 4px;
  height: 16px;
  line-height: 16px;
  border-radius: 4px 4px 4px 0px;
  position: absolute;
  right: -24px;
  top: 12px;
  background-color: #07B98B;
  color: #fff;
}
header #header .nav_download {
  width: 92px;
  height: 34px;
  background: linear-gradient(90deg, #fffae5, #f6edab 40%, #fffdf8 96%);
  border: 1px solid #fcd58c;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #ae5011;
}
header #header .nav_download::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url('/static_browser/home/image/icon/basis_icon_2/download_icon@2x.png');
  background-size: contain;
  background-position: center;
  margin-right: 6px;
}
header #header .nav_download::after {
  content: '';
  display: inline-block;
  width: 64px;
  height: 18px;
  background: url('/static_browser/home/image/icon/basis_icon_2/ten@2x.png');
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: -13px;
}
header #header .nav_download:hover {
  background: linear-gradient(90deg, #faf4db, #ebe099 40%, #fffbf0 96%);
}
header #header .buy {
  width: 76px;
  height: 28px;
  border: 1px solid #fb8600;
  font-size: 14px;
  font-weight: 400;
  color: #fb8600;
  line-height: 28px;
  letter-spacing: 0.84px;
  cursor: pointer;
  text-align: center;
  margin-left: 16px;
}
header #header .buy:hover {
  background: #fb8600;
  color: #fff;
}
header #header .h_left {
  display: flex;
  align-items: center;
  height: 100%;
}
header #header .h_left .logo-wrap {
  position: relative;
}
header #header .h_left .logo-wrap:hover .collection-wrap {
  display: block !important;
}
header #header .h_left .logo-wrap .link {
  display: inline-block;
  height: 33px;
  cursor: pointer;
  margin: 0;
}
header #header .h_left .logo-wrap .link .logo {
  height: 100%;
  vertical-align: middle;
}
header #header .h_left .logo-wrap .collection-wrap {
  width: 300px;
  height: 84px;
  background: url('/static_browser/home/image/logo/collection_img_new@2x.png') no-repeat 5px 5px;
  background-size: 290px 74px;
  position: absolute;
  top: 0;
  left: 0px;
  display: none;
  z-index: -1;
  animation: collectionMove 2s infinite;
  -webkit-animation: collectionMove 2s infinite;
}
header #header .h_left .logo-wrap .collection-wrap .label {
  font-size: 14px;
  color: #fff;
  position: absolute;
  bottom: 11px;
  left: 23px;
}
@keyframes collectionMove {
  0% {
    top: -10px;
  }
  50% {
    top: 0;
  }
  to {
    top: -10px;
  }
}
header #header .h_left .nav_bar {
  display: flex;
  align-items: center;
  margin-left: 45px;
  height: 100%;
}
header #header .h_left .nav_bar .position {
  position: relative;
}
header #header .h_left .nav_bar .nav_item {
  display: flex;
  height: 100%;
  margin: 0 14px;
}
header #header .h_left .nav_bar .nav_item .first_nav::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #0088fa;
  transform-origin: center;
  transition: width 0.2s ease, left 0.2s ease;
}
header #header .h_left .nav_bar .nav_item .first_nav:hover {
  color: #0088fa;
}
header #header .h_left .nav_bar .nav_item .first_nav:hover::before {
  width: 100%;
  left: 0;
}
header #header .h_left .nav_bar .nav_item:hover > .head-drop {
  height: auto;
  padding: 22px 0;
}
header #header .h_left .nav_bar .nav_item:hover > .product-ecology-model {
  height: auto;
  padding: 22px 0;
}
header #header .h_left .nav_bar .nav_item:hover > .head-grop-nav {
  height: auto;
  padding: 34px 0;
}
header #header .h_left .nav_bar .nav_item:hover > .head-cloud-nav {
  height: auto;
  padding: 35px 0;
}
header #header .h_left .nav_bar .nav_item .product-introduce-info {
  position: relative;
  display: block;
  width: 368px;
  height: 124px;
  background: linear-gradient(180deg, #f3f7ff, #fbfcfd 100%);
  border-radius: 4px;
  padding: 16px 24px 14px 24px;
  box-sizing: border-box;
}
header #header .h_left .nav_bar .nav_item .product-introduce-info:hover .title {
  color: #0088fa;
}
header #header .h_left .nav_bar .nav_item .product-introduce-info .product-introduce-img {
  position: absolute;
  right: 24px;
  top: -25px;
  width: 94px;
  height: 102px;
}
header #header .h_left .nav_bar .nav_item .product-introduce-info .title {
  font-size: 14px;
  color: #000;
}
header #header .h_left .nav_bar .nav_item .product-introduce-info .describe {
  font-size: 12px;
  color: #858586;
  margin-top: 10px;
  margin-bottom: 21px;
}
header #header .h_left .nav_bar .nav_item .product-introduce-info .buy-btn {
  width: 92px;
  height: 28px;
  background: linear-gradient(180deg, #ff8c21, #ff5b1b 100%);
  border-radius: 2px;
  margin-left: 24px;
  cursor: pointer;
}
header #header .h_left .nav_bar .nav_item .product-introduce-info .buy-btn .buy-btn-text {
  font-size: 14px;
  color: #ffffff;
  margin-left: 8px;
}
header #header .h_left .nav_bar .nav_item .product-introduce-info .buy-btn .buy-btn-text:hover {
  opacity: 0.8;
}
header #header .h_left .nav_bar .nav_item .product-introduce-info .introduce-btn {
  cursor: pointer;
}
header #header .h_left .nav_bar .nav_item .product-introduce-info .introduce-btn .introduce-btn-text {
  font-size: 14px;
  color: #0088fa;
  margin-left: 8px;
}
header #header .h_left .nav_bar .nav_item .product-introduce-info .introduce-btn .introduce-btn-text:hover {
  opacity: 0.8;
}
header #header .h_left .nav_bar .nav_item .divide {
  width: 1px;
  height: 131px;
  background-color: #edeef2;
  margin: 0 36px;
}
header #header .h_left .nav_bar .nav_item .introduce-application .tip {
  font-size: 12px;
  color: #ffffff;
  width: 34px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  background: #d93026;
  border-radius: 0px 4px 4px 4px;
  margin-left: 6px;
}
header #header .h_left .nav_bar .nav_item .introduce-application .title {
  font-size: 16px;
  color: #000000;
}
header #header .h_left .nav_bar .nav_item .introduce-application .application-rpa,
header #header .h_left .nav_bar .nav_item .introduce-application .application-plugins {
  position: relative;
  width: 202px;
  height: 80px;
  background: #f4f8ff;
  border-radius: 4px;
  padding: 18px 16px;
  padding-bottom: 0;
  box-sizing: border-box;
  display: block;
}
header #header .h_left .nav_bar .nav_item .introduce-application .application-rpa:hover .title,
header #header .h_left .nav_bar .nav_item .introduce-application .application-plugins:hover .title {
  color: #0088fa;
}
header #header .h_left .nav_bar .nav_item .introduce-application .application-rpa .title,
header #header .h_left .nav_bar .nav_item .introduce-application .application-plugins .title {
  font-size: 14px;
  color: #000000;
  line-height: 16px;
}
header #header .h_left .nav_bar .nav_item .introduce-application .application-rpa .describe,
header #header .h_left .nav_bar .nav_item .introduce-application .application-plugins .describe {
  font-size: 12px;
  color: #858586;
  margin-top: 5px;
  line-height: 14px;
}
header #header .h_left .nav_bar .nav_item .introduce-application .application-rpa img,
header #header .h_left .nav_bar .nav_item .introduce-application .application-plugins img {
  position: absolute;
  right: 6px;
  top: -14px;
}
header #header .h_left .nav_bar .nav_item .head-cloud-nav {
  overflow: hidden;
  line-height: 1;
  position: absolute;
  box-sizing: border-box;
  width: 993px;
  height: 0;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  top: 70px;
  left: -355px;
  background: #ffffff;
  box-shadow: 0.07px 4px 6.79px 0.12px rgba(217, 231, 248, 0.43), 0 2.79px 5.79px 0.12px rgba(217, 231, 248, 0.43) inset;
}
header #header .h_left .nav_bar .nav_item .head-cloud-nav .icon-cloud {
  display: block;
  width: 18px;
  height: 18px;
}
header #header .h_left .nav_bar .nav_item .head-cloud-nav .cloud-info {
  margin-left: 15px;
}
header #header .h_left .nav_bar .nav_item .head-cloud-nav .cloud-info .title {
  font-size: 14px;
  color: #020202;
  line-height: 16px;
}
header #header .h_left .nav_bar .nav_item .head-cloud-nav .cloud-info .describe {
  font-size: 12px;
  color: #858586;
  margin-top: 4px;
  line-height: 14px;
}
header #header .h_left .nav_bar .nav_item .head-grop-nav {
  overflow: hidden;
  line-height: 1;
  position: absolute;
  box-sizing: border-box;
  width: 1320px;
  height: 0;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  left: -20px;
  top: 70px;
  background: #ffffff;
  box-shadow: 0.07px 4px 6.79px 0.12px rgba(217, 231, 248, 0.43), 0 2.79px 5.79px 0.12px rgba(217, 231, 248, 0.43) inset;
}
header #header .h_left .nav_bar .nav_item .head-grop-nav:hover {
  display: block;
}
header #header .h_left .nav_bar .nav_item .head-grop-nav .head-grop-nav-content {
  display: flex;
  justify-content: space-between;
  padding: 0 62px;
}
header #header .h_left .nav_bar .nav_item .head-grop-nav .nav-item a {
  display: block;
  height: auto;
}
header #header .h_left .nav_bar .nav_item .head-grop-nav .nav-item .title {
  width: 270px;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 19px;
  padding-bottom: 16px;
  border-bottom: 1px solid #edeef2;
  margin-bottom: 18px;
}
header #header .h_left .nav_bar .nav_item .head-grop-nav .nav-item .model {
  padding-left: 10px;
  padding: 12px 0 12px 9px;
}
header #header .h_left .nav_bar .nav_item .head-grop-nav .nav-item .model:hover {
  background-color: #F7FBFF;
}
header #header .h_left .nav_bar .nav_item .head-grop-nav .nav-item .model img {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 15px;
  margin-top: -2px;
}
header #header .h_left .nav_bar .nav_item .head-grop-nav .nav-item .model .sub-title {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
}
header #header .h_left .nav_bar .nav_item .head-grop-nav .nav-item .model .descript {
  font-size: 12px;
  font-weight: 400;
  color: #858586;
  line-height: 14px;
  margin-top: 12px;
}
header #header .h_left .nav_bar .nav_item .head-drop {
  position: absolute;
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
  top: 100%;
  background-color: #fff !important;
  left: -44px;
  z-index: -1;
  line-height: 1;
  min-width: 507px;
  background: #ffffff;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  box-shadow: 0.07px 4px 6.79px 0.12px rgba(217, 231, 248, 0.43), 0 2.79px 5.79px 0.12px rgba(217, 231, 248, 0.43) inset;
}
header #header .h_left .nav_bar .nav_item .head-drop .head-drop-item {
  padding: 0 17px;
}
header #header .h_left .nav_bar .nav_item .head-drop .drop-item {
  padding: 16px 18px 20px 33px;
}
header #header .h_left .nav_bar .nav_item .head-drop .drop-item:hover {
  background-color: #F7FBFF;
}
header #header .h_left .nav_bar .nav_item .head-drop a {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #333333;
}
header #header .h_left .nav_bar .nav_item .head-drop .icon {
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 16px;
}
header #header .h_left .nav_bar .nav_item .head-drop .description {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #858586;
  margin-top: 9px;
  line-height: 14px;
}
header #header .h_left .nav_bar .nav_item .head-drop .general_badge-item {
  background: #fa5925;
  border-radius: 0px 4px 4px 4px;
  font-size: 12px;
  color: #ffffff;
  padding: 2px;
  box-sizing: border-box;
  margin-left: 11px;
}
header #header .h_left .nav_bar .nav_item .product-ecology-model {
  width: 328px;
  height: 212px;
  background: #ffffff;
  box-shadow: 0px 8px 10px 0px rgba(220, 231, 246, 0.45);
  position: absolute;
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
  top: 100%;
  background-color: #fff !important;
  left: -130px;
  z-index: -1;
  line-height: 1;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header #header .h_left .nav_bar .nav_item .product-ecology-model .sub-title {
  width: 122px;
  font-size: 16px;
  font-weight: 400;
  text-align: LEFT;
  color: #020202;
  padding-bottom: 15px;
  border-bottom: 1px solid #d8dbe3;
  padding-left: 3px;
}
header #header .h_left .nav_bar .nav_item .product-ecology-model .text {
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-align: LEFT;
  color: #333333;
  margin-bottom: 18px;
  margin-left: 3px;
  height: auto !important;
}
header #header .h_left .nav_bar .nav_item .product-ecology-model .text:hover {
  color: #0088fa;
}
header #header .h_left .nav_bar .nav_item a {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 14px;
  color: #333333;
}
header #header .h_left .nav_bar .nav_item a.free-custom {
  position: relative;
}
header #header .h_left .nav_bar .nav_item a.free-custom::after {
  content: "\514d\8d39\5b9a\5236";
  left: 0;
  top: 8px;
}
header #header .h_left .nav_bar .nav_item.a_active > a {
  color: #0088fa;
  border-bottom: 2px solid #0088fa;
  z-index: -2;
}
header #header .h_left .nav_bar .nav_item:hover {
  display: block;
}
header #header .h_right {
  display: flex;
  align-items: center;
  height: 100%;
}
header #header .user_bar .control {
  width: 1rem;
  padding: 0 0.01rem;
}
header #header .user_bar .control a {
  color: #333333;
  font-size: 14px;
  margin-right: 0.2rem;
  padding: 0.02rem 0.06rem;
  border-radius: 0.02rem;
  cursor: pointer;
  border: 0.01rem solid #fff;
  transition: all 0.2s;
}
header #header .user_bar .control a:hover {
  color: #0088fa;
  border-color: #0088fa;
}
header #header .user_bar .not-logged-in {
  display: none;
  align-items: center;
}
header #header .user_bar .not-logged-in .login_btn {
  color: #333333;
  font-weight: bold;
  font-size: 14px;
  margin-right: 16px;
}
header #header .user_bar .not-logged-in .login_btn:hover {
  color: #0088fa;
}
header #header .user_bar .not-logged-in .regiser_btn {
  height: 34px;
  line-height: 34px;
  color: #fff;
  font-size: 14px;
  background: #0088fa;
  padding: 0 30px;
  transition: all 0.2s;
  text-decoration: none;
}
header #header .user_bar .not-logged-in .regiser_btn:hover {
  opacity: 0.8;
}
header #header .user_bar .active-show {
  display: flex;
}
header #header .user_bar .active-show .btn-wrap {
  position: relative;
}
header #header .user_bar .active-show .btn-wrap .regiser_btn {
  display: block;
  height: 100%;
}
header #header .user_bar .active-show .btn-wrap .embellish {
  width: 93px;
  height: 38px;
  background: url("/static_browser/home/image/icon/newuser_gift.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 34px;
  left: 100px;
}
#header .user_bar {
  display: flex;
  align-items: center;
  height: 100%;
}
#header .user_bar .log-in {
  height: 100%;
  cursor: pointer;
  position: relative;
  display: block;
  align-items: center;
}
#header .user_bar .log-in .avatar {
  display: table;
  height: 100%;
}
#header .user_bar .log-in .avatar .avatar-wrap {
  display: table-cell;
  vertical-align: middle;
}
#header .user_bar .log-in .avatar .avatar-wrap img {
  display: block;
  width: 0.34rem;
  height: 0.34rem;
}
#header .user_bar .log-in .to-down-icon {
  display: table;
  height: 100%;
  margin-left: 0.1rem;
}
#header .user_bar .log-in .to-down-icon span {
  display: table-cell;
  vertical-align: middle;
  width: 14px;
  height: 8px;
  background: url("/static_browser/home/image/icon/to_down_gray_icon.png") center no-repeat;
  background-size: contain;
}
#header .user_bar .log-in .pop-up-box {
  display: none;
  position: absolute;
  right: 0;
  top: 0.6rem;
  z-index: 9999;
  min-width: 1.9rem;
  background: #ffffff;
  box-shadow: 0px 0px 11.83px 0px rgba(216, 232, 247, 0.54);
  cursor: Default;
}
#header .user_bar .log-in .pop-up-box .user-info-head {
  padding: 0.14rem 0.11rem 0.12rem 0.14rem;
  background: #f4f9ff;
}
#header .user_bar .log-in .pop-up-box .user-info-head h3 span {
  font-size: 0.14rem;
  color: #333;
  max-width: 1.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 0.18rem;
  line-height: 0.18rem;
  margin-bottom: 0.14rem;
}
#header .user_bar .log-in .pop-up-box .user-info-head h3 .icon {
  font-size: 0.18rem;
}
#header .user_bar .log-in .pop-up-box .user-info-head .info-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.16rem;
}
#header .user_bar .log-in .pop-up-box .user-info-head .info-status .info-lt {
  display: flex;
  align-items: center;
}
#header .user_bar .log-in .pop-up-box .user-info-head .info-status .info-lt .status-show {
  display: block;
  width: 0.14rem;
  height: 0.16rem;
  background: url(/static_browser/user/image/header/salf.png) no-repeat;
  background-size: contain;
  margin-right: 0.06rem;
}
#header .user_bar .log-in .pop-up-box .user-info-head .info-status .info-lt .al-cert {
  height: 0.18rem;
  text-align: center;
  line-height: 0.18rem;
  background: #e5f3fe;
  font-size: 0.12rem;
  padding: 0 0.04rem;
  color: #0088fa;
  border: 1px solid #89cafc;
  box-sizing: content-box;
}
#header .user_bar .log-in .pop-up-box .user-info-head .info-status .info-lt .no-cert {
  height: 0.18rem;
  text-align: center;
  line-height: 0.18rem;
  font-size: 0.12rem;
  padding: 0 0.04rem;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  color: #ec8c02;
  background: #fcf4ea;
  border: 1px solid #fcddb0;
  box-sizing: content-box;
}
#header .user_bar .log-in .pop-up-box .user-info-head .info-status .info-rt {
  width: 0.06rem;
  height: 0.1rem;
}
#header .user_bar .log-in .pop-up-box .user-info-head .info-status .info-rt img {
  display: block;
  width: 100%;
  height: 100%;
}
#header .user_bar .log-in .pop-up-box .user-info-head .info-status.unverified .info-lt {
  display: flex;
  align-items: center;
}
#header .user_bar .log-in .pop-up-box .user-info-head .info-status.unverified .info-lt .status-show {
  display: block;
  width: 0.14rem;
  height: 0.16rem;
  background: url("/static_browser/user/image/header/salf_0.png") no-repeat;
  background-size: contain;
  margin-right: 0.06rem;
}
#header .user_bar .log-in .pop-up-box .user-info-head .top {
  display: flex;
  justify-content: space-between;
}
#header .user_bar .log-in .pop-up-box .user-info-head .top h3 {
  display: inline-block;
}
#header .user_bar .log-in .pop-up-box .user-info-head .attestation-wrap {
  display: inline-block;
}
#header .user_bar .log-in .pop-up-box .user-info-head .attest .icon {
  width: 0.17rem;
  height: 0.12rem;
  margin-top: 4px;
  min-width: 14px;
  min-height: 12px;
}
#header .user_bar .log-in .pop-up-box .user-info-head .attest span {
  font-size: 0.14rem;
  margin-left: 0.08rem;
}
#header .user_bar .log-in .pop-up-box .user-info-head .attest span .tag {
  font-size: 0.14rem;
  border: 1px solid #69babc;
  border-radius: 0.9rem;
  padding: 0 0.035rem;
  margin-left: 0.05rem;
}
#header .user_bar .log-in .pop-up-box .user-info-head .money {
  display: flex;
  align-items: flex-end;
  white-space: nowrap;
  justify-content: space-between;
  margin-top: 0.15rem;
}
#header .user_bar .log-in .pop-up-box .user-info-head .money .wrap {
  display: flex;
  align-items: center;
}
#header .user_bar .log-in .pop-up-box .user-info-head .money .icon {
  font-size: 0.18rem;
  color: #fff;
}
#header .user_bar .log-in .pop-up-box .user-info-head .money span {
  color: #fff;
  font-size: 0.16rem;
  margin: 0 0.06rem;
  padding-top: 0.02rem;
}
#header .user_bar .log-in .pop-up-box .user-info-head .money .payment {
  float: right;
}
#header .user_bar .log-in .pop-up-box .user-info-head .money span:nth-last-child(1) {
  margin-right: 0;
}
#header .user_bar .log-in .pop-up-box .user-info-head .money a {
  border: 1px solid #0088fa;
  color: #0088fa;
  padding: 0 0.09rem;
  border-radius: 0.04rem;
}
#header .user_bar .log-in .pop-up-box .user-info-cont {
  padding: 0.16rem 0.17rem 0.19rem 0.13rem;
  border-bottom: 1px solid #edeef2;
}
#header .user_bar .log-in .pop-up-box .user-info-cont .money-box {
  height: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.12rem;
  margin-bottom: 0.1rem;
}
#header .user_bar .log-in .pop-up-box .user-info-cont .money-box .money-count {
  display: flex;
  align-items: center;
  font-size: 0.12rem;
  color: #858586;
  height: 0.16rem;
  line-height: 0.16rem;
}
#header .user_bar .log-in .pop-up-box .user-info-cont .money-box .money-count span {
  font-size: 0.16rem;
  font-weight: 700;
  color: #ec8c02;
}
#header .user_bar .log-in .pop-up-box .user-info-cont .money-box a {
  display: block;
  width: 0.5rem;
  height: 0.16rem;
  text-align: center;
  line-height: 0.16rem;
  color: #0088fa;
  font-size: 0.12rem;
}
#header .user_bar .log-in .pop-up-box .user-info-cont .num-box {
  height: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.12rem;
}
#header .user_bar .log-in .pop-up-box .user-info-cont .num-box .num-count {
  display: flex;
  align-items: center;
  font-size: 0.12rem;
  color: #858586;
  height: 0.16rem;
  line-height: 0.16rem;
}
#header .user_bar .log-in .pop-up-box .user-info-cont .num-box .num-count span {
  font-size: 0.16rem;
  font-weight: 700;
  color: #333333;
}
#header .user_bar .log-in .pop-up-box .user-info-cont .num-box a {
  display: block;
  width: 0.5rem;
  height: 0.16rem;
  text-align: center;
  line-height: 0.16rem;
  color: #0088fa;
  font-size: 0.12rem;
}
#header .user_bar .log-in .pop-up-box .login-out {
  height: 0.4rem;
}
#header .user_bar .log-in .pop-up-box .login-out a {
  display: block;
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  font-size: 0.14rem;
  color: #858586;
}
#header .user_bar .log-in .pop-up-box ul {
  margin-top: 0.07rem;
  border-top: 1px solid #6e7792;
  border-bottom: 1px solid #6e7792;
  padding: 0.07rem 0.08rem 0.07rem 0;
}
#header .user_bar .log-in .pop-up-box ul li a {
  display: flex;
  width: 100%;
  padding: 0.07rem 0;
  align-items: center;
}
#header .user_bar .log-in .pop-up-box ul li a .icon {
  margin-top: 4px;
  font-size: 0.18rem;
  color: #6e7792;
}
#header .user_bar .log-in .pop-up-box ul li a:hover span {
  color: #fff;
}
#header .user_bar .log-in .pop-up-box ul li a:hover i {
  color: #fff;
}
#header .user_bar .log-in .pop-up-box ul li a span {
  font-size: 0.16rem;
  color: #6e7792;
  margin-left: 0.07rem;
  flex: 1;
  flex-grow: 1;
}
#header .user_bar .log-in .pop-up-box ul li a em {
  margin-left: 0.1rem;
  padding: 1px 4px;
  background-color: #e94738;
  color: #fff;
  border-radius: 0.04rem;
  font-size: 0.14rem;
}
#header .user_bar .log-in .pop-up-box .btn {
  margin-top: 0.13rem;
  padding-right: 0.08rem;
}
#header .user_bar .log-in .pop-up-box .btn a {
  color: #6e7792;
  font-size: 0.14rem;
  padding: 0.04rem 0.12rem;
}
#header .user_bar .log-in .pop-up-box .btn a:hover {
  color: #fff;
}
#header .user_bar .log-in .pop-up-box .btn .drop-out {
  border: 1px solid #6e7792;
}
#header .user_bar .log-in .pop-up-box .btn .drop-out:hover {
  border: 1px solid #fff;
}
.h5-page .h5-head {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
  padding: 0 0.2rem !important;
  height: 0.88rem;
  box-shadow: 0 0.03rem 0.08rem rgba(220, 231, 246, 0.45);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h5-page .h5-head .h5-head-logo {
  width: 2.07rem;
  height: 0.4rem;
  display: flex;
}
.h5-page .h5-head .h5-head-logo img {
  width: 100%;
}
.h5-page .h5-head .h5-head-rt .nav-icon {
  display: block;
  width: 0.6rem;
  height: 0.7rem;
  background: url("/static_browser/home/image/icon/nav-menu.png") no-repeat center center;
  background-size: 0.3rem 0.28rem;
}
.h5-page .h5-head .h5-head-rt .nav-icon.active {
  background: url("/static_browser/home/image/icon/close.png") no-repeat center center;
  background-size: 0.3rem 0.3rem;
}
.h5-page .h5-head .h5-head-rt .nav-menu-list {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  width: 0;
  transition: all 0.15s;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.h5-page .h5-head .h5-head-rt .nav-menu-list.active {
  opacity: 1;
  width: 100%;
}
.h5-page .h5-head .h5-head-rt .nav-menu-list .inner {
  width: 82.6%;
  background-color: #fff;
}
.h5-page .h5-head .h5-head-rt .nav-menu-list .inner .top-wrap {
  height: 0.88rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.2rem;
  position: relative;
}
.h5-page .h5-head .h5-head-rt .nav-menu-list .inner .top-wrap::after {
  content: "";
  display: block;
  position: absolute;
  left: -50%;
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #edeef2;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
}
.h5-page .h5-head .h5-head-rt .nav-menu-list .inner .top-wrap .logo {
  width: 2.07rem;
  height: 0.4rem;
  display: flex;
}
.h5-page .h5-head .h5-head-rt .nav-menu-list .inner .top-wrap .logo img {
  width: 100%;
}
.h5-page .h5-head .h5-head-rt .nav-menu-list .inner .top-wrap .close-wrap .close-nav {
  display: block;
  width: 0.6rem;
  height: 0.7rem;
  background: url("/static_browser/home/image/icon/close.png") no-repeat center center;
  background-size: 0.3rem 0.3rem;
}
.h5-page .h5-head .h5-head-rt .nav-menu-list .inner .nav_bar {
  width: 100%;
}
.h5-page .h5-head .h5-head-rt .nav-menu-list .inner .nav_bar .nav_item {
  height: 0.8rem;
  position: relative;
}
.h5-page .h5-head .h5-head-rt .nav-menu-list .inner .nav_bar .nav_item a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 0.28rem;
  color: #333333;
  padding-left: 0.42rem;
}
.h5-page .h5-head .h5-head-rt .nav-menu-list .inner .nav_bar .nav_item::after {
  content: "";
  display: block;
  position: absolute;
  left: -50%;
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #edeef2;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
}
.nav_item:hover > .small-nav {
  height: fit-content;
  padding: 12px 4px;
}
.small-nav {
  position: absolute;
  top: 100%;
  background-color: #fff !important;
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  overflow: hidden;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  box-shadow: 0.07px 4px 6.79px 0.12px rgba(217, 231, 248, 0.43), 0 2.79px 5.79px 0.12px rgba(217, 231, 248, 0.43) inset;
  z-index: 1000;
}
.small-nav a {
  white-space: nowrap;
  display: flex;
  min-width: 105px;
  height: 34px !important;
  padding: 0 10px;
  align-items: center;
  justify-content: center;
}
.small-nav a:not(:first-child) {
  margin-top: 2px;
}
.small-nav .menu-child:hover {
  color: #0088fa !important;
}
.nav_item:hover > .product-model {
  height: auto;
  padding: 40px 0;
}
.product-model {
  height: 0;
  overflow: hidden;
  width: 1044px;
  background: #ffffff;
  box-shadow: 0.07px 4px 6.79px 0.12px rgba(217, 231, 248, 0.43), 0 2.79px 5.79px 0.12px rgba(217, 231, 248, 0.43) inset;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: -44px;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 9999;
}
.product-model .left {
  width: 712px;
  flex-wrap: wrap;
}
.product-model .left .product-item {
  position: relative;
  width: 344px;
  background: linear-gradient(0deg, #fbfcfd 0%, #f3f7ff 100%);
  border-radius: 4px;
  padding: 19px 0 13px 22px;
  cursor: pointer;
}
.product-model .left .product-item .icon {
  position: absolute;
  width: 94px;
  height: 102px;
  display: block;
  bottom: 30px;
  right: 10px;
}
.product-model .left .product-item:nth-child(n+3) {
  margin-top: 45px;
}
.product-model .left .product-item .name {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.product-model .left .product-item .general_badge-item {
  background: #FA5925;
  border-radius: 0px 4px 4px 4px;
  font-size: 12px;
  color: #ffffff;
  padding: 2px 4px;
  box-sizing: border-box;
  margin-left: 10px;
}
.product-model .left .product-item .describe {
  font-size: 12px;
  font-weight: 400;
  color: #858586;
  margin-top: 12px;
}
.product-model .left .product-item .now-buy {
  font-size: 12px;
  text-align: left;
  color: #fb8600;
  letter-spacing: 0.72px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.product-model .left .product-item .now-buy:hover {
  opacity: 0.8;
}
.product-model .left .product-item .now-buy::before {
  content: ' ';
  display: block;
  background: url('/static_browser/home/image/navMenu/shopping.png') no-repeat 50%;
  background-size: cover;
  width: 12px;
  height: 12px;
  margin-right: 7px;
}
.product-model .left .product-item .text {
  font-size: 12px;
  font-weight: 400;
  color: #0088fa;
  letter-spacing: 0.72px;
  cursor: pointer;
}
.product-model .left .product-item .text:hover {
  opacity: 0.8;
}
.product-model .left .product-item .ico1 {
  display: flex;
  align-items: center;
}
.product-model .left .product-item .ico1::before {
  content: ' ';
  display: block;
  background: url('/static_browser/home/image/navMenu/doc.png') no-repeat 50%;
  background-size: cover;
  width: 12px;
  height: 12px;
  margin-right: 7px;
}
.product-model .left .product-item .ico2 {
  display: flex;
  align-items: center;
}
.product-model .left .product-item .ico2::before {
  content: ' ';
  display: block;
  background: url('/static_browser/home/image/navMenu/download.png') no-repeat 50%;
  background-size: cover;
  width: 12px;
  height: 12px;
  margin-right: 7px;
}
.product-model .right {
  flex: 1;
  padding-left: 50px;
}
.product-model .right a {
  height: 66px !important;
}
header[iselectron] .electron_links {
  display: flex;
  height: 100%;
}
header[iselectron] .electron_links a {
  margin: 0 18px;
  font-size: 14px;
  color: #333333;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
header[iselectron] .electron_links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #0088fa;
  transform-origin: center;
  transition: width 0.2s ease, left 0.2s ease;
}
header[iselectron] .electron_links a:hover {
  color: #0088fa;
}
header[iselectron] .electron_links a:hover::after {
  width: 100%;
  left: 0;
}
.nav_item:hover > .news-center-nav {
  height: fit-content;
  padding: 20px 36px 36px;
}
.news-center-nav {
  position: absolute;
  top: 100%;
  background-color: #fff !important;
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  overflow: hidden;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  box-shadow: 0.07px 4px 6.79px 0.12px rgba(217, 231, 248, 0.43), 0 2.79px 5.79px 0.12px rgba(217, 231, 248, 0.43) inset;
  z-index: 1000;
}
.news-center-nav a {
  white-space: nowrap;
  display: flex;
  min-width: 105px;
  align-items: center;
  justify-content: center;
  height: max-content;
}
.news-center-nav a:not(:first-child) {
  margin-top: 2px;
}
.news-center-nav a:nth-child(2n) {
  margin-left: 24px;
}
.news-center-nav .menu-child:hover {
  color: #0088fa !important;
}
